8-spot dsDNA steady-state kinetics

This notebook coordinates the execution of the realtime-kinetics analysis for the steady-state measurement of dsDNA. A single template notebook is executed multiple times, one for each measurement.

Boilerplate

The module nbrun.py needs to be in the current folder:


In [1]:
from nbrun import run_notebook

Execute notebooks


In [2]:
nb_name = '8-spot dsDNA-steady-state - Template'
out_path = 'out_notebooks'

In [ ]: